home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00590_Script_Bribe If-You-DON'T-Pay Script < prev    next >
Text File  |  1995-05-21  |  558b  |  21 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, whichOutCome
  3.   
  4.   if the movieTime of sprite 48 >= length then
  5.     set the loch of sprite 3 to 1000
  6.     set the locv of sprite 3 to 1000
  7.     puppetsprite 48, false
  8.     repeat with d = 9 to 10
  9.       puppetsprite d, false
  10.     end repeat
  11.     updatestage
  12.     set the movietime of sprite 48 to 0
  13.     set the sound of cast¼
  14.  string(the name of cast value(the castNum of sprite 48)) to 0
  15.     puppetsound 0
  16.     updatestage
  17.     go frame whichOutcome
  18.   else
  19.     go to the frame
  20.   end if
  21. end